DecoderModule

public class DecoderModule

This object acts as a data module for the Decoder's services.

Functions

provideBase45Decoder
Link copied to clipboard
@Singleton()
@Provides()
final Base45Service provideBase45Decoder()
This method provides the Base45Service instance.
provideCborService
Link copied to clipboard
@Singleton()
@Provides()
final CborService provideCborService()
This method provides the CborService instance.
provideCompressorService
Link copied to clipboard
@Singleton()
@Provides()
final CompressorService provideCompressorService()
This method provides the CompressorService instance.
provideCoseService
Link copied to clipboard
@Singleton()
@Provides()
final CoseService provideCoseService()
This method provides the CoseService instance.
provideCryptoService
Link copied to clipboard
@Singleton()
@Provides()
final CryptoService provideCryptoService()
This method provides the CryptoService instance.
providePrefixValidationService
Link copied to clipboard
@Singleton()
@Provides()
final PrefixValidationService providePrefixValidationService()
This method provides the PrefixValidationService instance.
provideSchemaValidator
Link copied to clipboard
@Singleton()
@Provides()
final SchemaValidator provideSchemaValidator()
This method provides the SchemaValidator instance.

Properties

INSTANCE
Link copied to clipboard
public final static DecoderModule INSTANCE